A progress bar can be used to show how far a user is in a process.
To build a basic progress bar, apply the .progress class to a container and the .progress-bar class to a child element. Set the bar’s width using the CSS width property
Add text inside the progress bar to show the visible percentage:
The progress bar is blue by default (using the primary style) You can change its color with other contextual background classes.
Use the .progress-bar-striped class to add stripes to the progress bars:
Add the .progress-bar-animated class to animate the progress bar:
Progress bars can also be stacked: